/*
Theme Name: Lola Verbeke
Author: Commefort
Author URI: http://www.commefort.com
Description: Ter nagedachtenis van Lola Verbeke
Version: 1
*/
@font-face {
    font-family: 'carrosserie_ligregular';
    src: url('fonts/carrosserie-light-webfont.eot');
    src: url('fonts/carrosserie-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/carrosserie-light-webfont.woff') format('woff'),
         url('fonts/carrosserie-light-webfont.ttf') format('truetype'),
         url('fonts/carrosserie-light-webfont.svg#carrosserie_ligregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.paars{
	color: #831f82;
}
.roos{
	color: #e6007e;
}
.groen{
	color: #cfd600;
}
.blauw{
	color: #0094cc;
}
body{
	font-family: carrosserie_ligregular, Arial, Helvetica, sans-serif;
	text-align: center;
}
header, #content, footer{
	width: 90%;
	padding: 0px 5%;
	max-width: 600px;
	margin: 0px auto;
}
header h1{
	font-size: 11em;
	text-transform: uppercase;
}
header strong{
	font-size: 2.7em;
}
header img{
	margin-top: 2%;
}
#content article img#fotolola{
	border: 0.6em solid #0094cc;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	margin-top: 5%;
}
#content article p{
	font-size: 1.4em;
	line-height: 1.4em;
}
#content article p.tekst{
	margin-top: 5%;
	margin-bottom: 2%;
}
#content article p.gezin{
	
}
#content article img#hertjes{
	margin-top: 5%;
	margin-bottom: 8%;
}
#content #reply-title{
	color: #0094cc;
	font-size: 2em;
	margin-bottom: 3%;
}
#content label{
	color: #0094cc;
}
#content textarea, #content input{
	border: 0.2em solid #0094cc;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	margin-bottom: 2%;
	padding: 1%;
	font-family: carrosserie_ligregular, Arial, Helvetica, sans-serif;
}
#content textarea{
	width: 300px;
	height: 150px;
	resize: none;
	overflow: auto;
}
#content input[type=submit]{
	border: none;
	background: #0094cc;
	padding: 2%;
	font-family: carrosserie_ligregular;
	color: #fff;
	font-size: 1em;
}
#content input[type=submit]:hover{
	cursor: pointer;
}
#betuigingen{
	list-style: none;
	
}
.naam{
	display: block;
	margin-bottom: 3%;
	font-size: 1.3em;
}
.betuiging{
	margin-bottom: 7%;
}
.betuiging p{
	margin-bottom: 3%;
}
#respond{
	margin-bottom: 5%;
}
